home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 32.zip / BS1 part 32 / Wshell v1.2^1.adf / PathMan / Install-Pathman < prev    next >
Text File  |  1989-12-03  |  489b  |  15 lines

  1. ; A simple script to install the PathHandler
  2. echo "Installing PathHandler"
  3. copy PathHandler L: clone
  4.  
  5. ; Check whether to append the mountlist entry ...
  6. execio read DEVS:mountlist locate "path:" colstart 1 colend 5 for 1 >NIL:
  7. if warn
  8.    echo   "Appending mountlist entry for PATH:"
  9.    rename DEVS:mountlist DEVS:MountList.old
  10.    join   DEVS:mountlist.old mountlist as DEVS:MountList
  11.    echo   "Remember to delete DEVS:MountList.old"
  12. else
  13.    echo "PATH: already in DEVS:Mountlist"
  14.    endif
  15.